VT-d: get rid of duplicated definition
authorKeir Fraser <keir.fraser@citrix.com>
Thu, 11 Feb 2010 19:51:15 +0000 (19:51 +0000)
committerKeir Fraser <keir.fraser@citrix.com>
Thu, 11 Feb 2010 19:51:15 +0000 (19:51 +0000)
commit8eddd7f405d7120aaf284c222e119588275bed3f
tree6b054958e44906610b2d02086ddd203f88b34a4e
parent01c8d49675ca3394aa56acdda2a1e50b36d00a74
VT-d: get rid of duplicated definition

free_pgtable_maddr was implemented the same for x86 and IA64, so it's
not necessary to define it separately for x86 and IA64. This patch
moves free_pgtable_maddr definition to iommu.c to avoid duplicated
definition.

Signed-off-by: Weidong Han <weidong.han@intel.com>
xen/drivers/passthrough/vtd/ia64/vtd.c
xen/drivers/passthrough/vtd/iommu.c
xen/drivers/passthrough/vtd/x86/vtd.c